Flowdock
method

to_s

Importance_1
v4.0.2 - Show latest stable - 0 notes - Class: ActiveModel::Name
to_s public

Returns the class name.

class BlogPost
  extend ActiveModel::Naming
end

BlogPost.model_name.to_s # => "BlogPost"
Show source
Register or log in to add new notes.