Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

role_generator_helpers.rb unexpected '=' (SyntaxError)  #2

@lcowell

Description

@lcowell

In line 52 of role_generator_helpers.rb
This:
if Rails.version ~= /^2.3/

Should be this:
if Rails.version =~ /^2.3/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions