Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. if object.class.respond_to?(:model_name)
  2. object.class.model_name.human
  3. else
  4. @object_name.to_s.humanize
  5. end.titleize
Add Comment
Please, Sign In to add comment