Symbol => ActiveRecord::Base
October 15th, 2007 • Uncategorized
>> :posts.to_s.singularize.camelcase.constantize => Post(id: integer, user_id: integer, title: string, body: string, ...)
October 15th, 2007 • Uncategorized
>> :posts.to_s.singularize.camelcase.constantize => Post(id: integer, user_id: integer, title: string, body: string, ...)