instance method
desc
Ruby on Rails 8.0.4
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 133
def desc(description)
# no-op
end
Defined in railties/lib/rails/api/task.rb line 133
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::API::Task