Module: Curate::UserBehavior::ClassMethods
- Defined in:
- app/models/curate/user_behavior.rb
Instance Method Summary collapse
Instance Method Details
#attribute_names_for_account ⇒ Object
12 13 14 |
# File 'app/models/curate/user_behavior.rb', line 12 def attribute_names_for_account ['name', 'password', 'password_confirmation', 'current_password'] + attribute_names end |