Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class AccountSetting < ActiveRecord::Base
  2. belongs_to :user
  3.  
  4. # attr_protected :user_id
  5. # or you can also do
  6.  
  7. attr_accessible :public_email, :language, :time_zone,
  8. :location_on_tweets, :show_media, :protect_tweets
  9.  
  10. end
Add Comment
Please, Sign In to add comment