nouveau logo

This commit is contained in:
Nicolas Bally 2017-08-31 17:28:22 +02:00
parent b200fb2a95
commit eb1a9dd0e1
2 changed files with 5 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -0,0 +1,5 @@
class AddSidebarToMenuItems < ActiveRecord::Migration
def change
add_column :menu_items, :sidebar, :boolean, :default => true
end
end