Method: Framework::MigrationGenerator#template
- Defined in:
- lib/framework/generators/migration_generator.rb
#template ⇒ Object
29 30 31 |
# File 'lib/framework/generators/migration_generator.rb', line 29 def template @template ||= File.read(File.join(templates_path, "migration.rb.erb")) end |