instance method
belongs_to?
Ruby on Rails 3.2.22.5
Since v3.1.12Signature
belongs_to?(group)
No documentation comment.
Parameters
-
groupreq
Source
# File railties/lib/rails/initializable.rb, line 25
def belongs_to?(group)
@options[:group] == group || @options[:group] == :all
end
Defined in railties/lib/rails/initializable.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Initializable::Initializer