class Rails::Initializable::Initializer

def belongs_to?(group)

def belongs_to?(group)
  @options[:group] == group || @options[:group] == :all
end