Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit 1781167

Browse files
author
Matt Shwery
committed
ruby version for rbenv and dont redirect json requests
1 parent d01c99a commit 1781167

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.1.2

app/controllers/tasks_controller.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class TasksController < ApplicationController
22
respond_to :json
33

4-
before_action :redirect_current_user
54
before_action :find_stack
65
before_action :find_list
76

0 commit comments

Comments
 (0)