Closed javierjaimes closed 10 years ago
Hey there - I noticed your code is not actually valid ruby - but then I checked the docs and noticed the same typos! I had made a few throughout the documentation, so thanks for picking that up! :cake:
That line should read:
enum :roles, [:basic, :manager, :administrator], :multiple => true
enum, :roles => [:basic, :manager, :administrator], :multiple => true?
I have a sintax bug on my rails app. I'm using rails 4.