You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added gem ’preferences’ to gemfile did bundle install seems to work
ran rails generate migration create_preferences,
edited to migration to create the table with timestamps
ran rake db:migrate
restated rails server
added some prefs to user model
all working
tried to access a pref using @user.prefers(:weekly_request)
sopwithpup opened this issue
trying to use in rails3.
added gem ’preferences’ to gemfile did bundle install seems to work
ran rails generate migration create_preferences,
edited to migration to create the table with timestamps
ran rake db:migrate
restated rails server
added some prefs to user model
all working
tried to access a pref using @user.prefers(:weekly_request)
got uninitialized constant Preferences::InstanceMethods::Preference
Am i missing something??
TIA
D
original LH ticket
This ticket has 0 attachment(s).
The text was updated successfully, but these errors were encountered: