Method: ContentfulModel::Migrations::Migration#create_content_type
- Defined in:
- lib/contentful_model/migrations/migration.rb
#create_content_type(name, fields = {}, &block) ⇒ Object
8 9 10 |
# File 'lib/contentful_model/migrations/migration.rb', line 8 def create_content_type(name, fields = {}, &block) ContentfulModel::Migrations::ContentTypeFactory.create(name, fields, &block) end |