Class: CMS::Generators::ContentTypes
- Inherits:
-
Base
- Object
- Rails::Generators::Base
- Base
- CMS::Generators::ContentTypes
show all
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/cms/content_types.rb
Class Method Summary
collapse
Methods inherited from Base
namespace
Class Method Details
.next_migration_number(dirname) ⇒ Object
16
17
18
|
# File 'lib/generators/cms/content_types.rb', line 16
def self.next_migration_number(dirname)
ActiveRecord::Generators::Base.next_migration_number(dirname)
end
|