Module: Surveyor::Models::SurveyTranslationMethods
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActiveModel::ForbiddenAttributesProtection, ActiveModel::Validations
- Included in:
- SurveyTranslation
- Defined in:
- lib/surveyor/models/survey_translation_methods.rb
Instance Method Summary collapse
- #default_args ⇒ Object
-
#initialize(*args) ⇒ Object
Instance Methods.
Instance Method Details
#default_args ⇒ Object
24 25 |
# File 'lib/surveyor/models/survey_translation_methods.rb', line 24 def default_args end |
#initialize(*args) ⇒ Object
Instance Methods
19 20 21 22 |
# File 'lib/surveyor/models/survey_translation_methods.rb', line 19 def initialize(*args) super(*args) default_args end |