nouveau logo
This commit is contained in:
parent
b200fb2a95
commit
eb1a9dd0e1
Binary file not shown.
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 52 KiB |
5
db/migrate/20170831140334_add_sidebar_to_menu_items.rb
Normal file
5
db/migrate/20170831140334_add_sidebar_to_menu_items.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddSidebarToMenuItems < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :menu_items, :sidebar, :boolean, :default => true
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user