Class: BaseGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Extended by:
ActiveRecord::Generators::Migration
Includes:
Rails::Generators::Migration
Defined in:
lib/pgcrypto/generators/base_generator.rb

Class Method Summary collapse

Class Method Details

.next_migration_number(*args) ⇒ Object



8
9
10
# File 'lib/pgcrypto/generators/base_generator.rb', line 8

def self.next_migration_number(*args)
  Time.now.utc.strftime("%Y%m%d%H%M%S").to_i.to_s
end