3 4 5
# File 'app/controllers/career/tasks_controller.rb', line 3 def index @tasks = Task.reverse_chronological end
7 8 9
# File 'app/controllers/career/tasks_controller.rb', line 7 def show @task = Task.find params[:id] end