Sha256: efd95b93a789770ad7234ca9592e743a1bee3e9e8b6aea1a39778dec8747e8ff
Contents?: true
Size: 177 Bytes
Versions: 61
Compression:
Stored size: 177 Bytes
Contents
class AddNavbarLinkToTramwayLandingBlocks < ActiveRecord::Migration[5.1] def change add_column :tramway_landing_blocks, :navbar_link, :text, default: :not_exist end end
Version data entries
61 entries across 61 versions & 1 rubygems
Version | Path |
---|---|
tramway-landing-1.0 | lib/tramway/landing/generates/templates/add_navbar_link_to_tramway_landing_blocks.rb |