Module: Tramway::Core::ApplicationForms::AssociationClassHelpers

Included in:
Tramway::Core::ApplicationForm
Defined in:
app/forms/tramway/core/application_forms/association_class_helpers.rb

Instance Method Summary collapse

Instance Method Details

#associations(*properties) ⇒ Object



4
5
6
# File 'app/forms/tramway/core/application_forms/association_class_helpers.rb', line 4

def associations(*properties)
  properties.each { |property| association property }
end