Module: InstanceHuman

Defined in:
lib/generators/messages/templates/add_human_to_active_record.rb

Instance Method Summary collapse

Instance Method Details

#humanObject



3
4
5
# File 'lib/generators/messages/templates/add_human_to_active_record.rb', line 3

def human
  "#{self.class.model_name.human}「#{truncate(name, :length => 20)}」"
end