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