Method: ActionConductor::Generators::ConductorGenerator.next_migration_number
- Defined in:
- lib/generators/conductor_generator.rb
.next_migration_number(path) ⇒ Object
10 11 12 |
# File 'lib/generators/conductor_generator.rb', line 10 def self.next_migration_number(path) Time.now.utc.strftime("%Y%m%d%H%M%S") end |