Posts Tagged ‘rails helpers’
Symbol => ActiveRecord::Base
October 15th, 2007 •
tags: irb, rails, rails helpers
>> :posts.to_s.singularize.camelcase.constantize => Post(id: integer, user_id: integer, title: string, body: string, ...)