Class: ROM::Generators::RelationGenerator
- Defined in:
- lib/generators/rom/relation_generator.rb
Instance Method Summary collapse
Methods inherited from Base
base_name, namespace, source_root
Instance Method Details
#create_relation_file ⇒ Object
6 7 8 9 10 11 |
# File 'lib/generators/rom/relation_generator.rb', line 6 def create_relation_file template( 'relation.rb.erb', File.join('app', 'relations', "#{file_name}.rb") ) end |