create_task_files() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/task/task_generator.rb, line 6
      def create_task_files
        template 'task.rb', File.join('lib/tasks', "#{file_name}.rake")
      end
Register or log in to add new notes.