Sha256: c32056c7aa9d711c16870f4e46d153de8324d55e2d239efd19918503eb113ff8
Contents?: true
Size: 426 Bytes
Versions: 1
Compression:
Stored size: 426 Bytes
Contents
class AddConfigFieldsToProviders < ActiveRecord::Migration def change add_column :bit_player_content_providers, :template_path, :string add_column :bit_player_content_providers, :data_class_name, :string add_column :bit_player_content_providers, :data_attributes, :text add_column :bit_player_content_providers, :show_next_nav, :boolean add_column :bit_player_content_providers, :locals, :text end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bit_player-0.3.0 | db/migrate/20140619200219_add_config_fields_to_providers.rb |