instance method
desc
Ruby on Rails 4.2.9
Since v4.0.13Signature
desc(description)
Hack, ignore the desc calls performed by the original initializer.
Parameters
-
descriptionreq
Source
# File railties/lib/rails/api/task.rb, line 83
def desc(description)
# no-op
end
Defined in railties/lib/rails/api/task.rb line 83
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::API::Task