instance method
to_str
Ruby on Rails 4.0.13
Since v4.0.13Signature
to_str()
Equivalent to to_s.
Source
# File activemodel/lib/active_model/naming.rb, line 131
delegate :==, :===, :<=>, :=~, :"!~", :eql?, :to_s,
:to_str, :to => :name
Defined in activemodel/lib/active_model/naming.rb line 131
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Name