Method: Rails::API::Task#desc

Defined in:
lib/rails/api/task.rb

#desc(description) ⇒ Object

Hack, ignore the desc calls performed by the original initializer.



133
134
135
# File 'lib/rails/api/task.rb', line 133

def desc(description)
  # no-op
end