Sha256: 99457c4d009fafef62d5b88442016984975687f2d8e39b69db8bc7d49f280acb
Contents?: true
Size: 255 Bytes
Versions: 43
Compression:
Stored size: 255 Bytes
Contents
class CreateAdminpanel<%= class_name.pluralize %> < ActiveRecord::Migration def change create_table :adminpanel_<%= lower_name.pluralize %> do |t| t.integer :<%= reference_name %>_id t.string :file t.timestamps end end end
Version data entries
43 entries across 43 versions & 1 rubygems