This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class TasksController < ApplicationController | |
make_resourceful do | |
actions :all | |
response_for :create_failed do |format| | |
format.html { redirect_to project_url(@task.project)} | |
end | |
end | |
protected | |
NewerOlder