User interface for the registry along with basic settings

This commit is contained in:
Martin Lensment 2014-08-15 14:45:53 +03:00
parent d5d1d0040b
commit ceb688902f
26 changed files with 278 additions and 32 deletions

View file

@ -0,0 +1,7 @@
class CreateSettingGroups < ActiveRecord::Migration
def change
create_table :setting_groups do |t|
t.string :code
end
end
end