Class: MigrationGenerator

Inherits:
Templater::Generator
  • Object
show all
Defined in:
lib/sweetsie/generators/migration_generator.rb

Class Method Summary collapse

Class Method Details

.source_rootObject



2
3
4
# File 'lib/sweetsie/generators/migration_generator.rb', line 2

def self.source_root
  File.join %W| #{File.dirname(__FILE__)} .. .. .. templates migration |
end