Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/initializers/human_attribute_name.rb

Overview

Wrapper for @model.human_attribute_name -> Model.human_attribute_name

Instance Method Summary collapse

Instance Method Details

#human_attribute_name(*args) ⇒ Object



4
5
6
# File 'lib/generators/initializers/human_attribute_name.rb', line 4

def human_attribute_name(*args)
  self.class.human_attribute_name(*args)
end