6 lines
134 B
Ruby
6 lines
134 B
Ruby
![]() |
class AddCustomLayoutToNonprofit < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_column :nonprofits, :custom_layout, :string
|
||
|
end
|
||
|
end
|