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

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

Open
lcowell opened this issue Apr 29, 2009 · 0 comments
Open

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

lcowell opened this issue Apr 29, 2009 · 0 comments

Comments

@lcowell
Copy link

lcowell commented Apr 29, 2009

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant