mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
5 lines
108 B
Ruby
5 lines
108 B
Ruby
class SettingGroup < ActiveRecord::Base
|
|
has_many :settings
|
|
|
|
accepts_nested_attributes_for :settings
|
|
end
|