instance method
human_name
Ruby on Rails 4.2.9
Since v3.0.20Signature
human_name()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 105
def human_name
@human_name ||= singular_name.humanize
end
Defined in railties/lib/rails/generators/named_base.rb line 105
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase