method
rake_tasks
rails latest stable - Class:
Rails::Application
rake_tasks(&block)public
If you try to define a set of Rake tasks on the instance, these will get passed up to the Rake tasks defined on the application’s class.
rake_tasks(&block)If you try to define a set of Rake tasks on the instance, these will get passed up to the Rake tasks defined on the application’s class.