Module: ModelGen::RelationsHelper
- Defined in:
- app/helpers/model_gen/relations_helper.rb
Instance Method Summary collapse
Instance Method Details
#available_relation_types ⇒ Object
3 4 5 |
# File 'app/helpers/model_gen/relations_helper.rb', line 3 def available_relation_types %w{has_many has_one has_and_belongs_to_many} end |