mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
User interface for the registry along with basic settings
This commit is contained in:
parent
d5d1d0040b
commit
ceb688902f
26 changed files with 278 additions and 32 deletions
5
app/models/setting_group.rb
Normal file
5
app/models/setting_group.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class SettingGroup < ActiveRecord::Base
|
||||
has_many :settings
|
||||
|
||||
accepts_nested_attributes_for :settings
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue