Skip to content

Commit

Permalink
Merge pull request #21 from MatiasFMolinari/patch-1
Browse files Browse the repository at this point in the history
Remove extra before action set_project :show
  • Loading branch information
pedsmoreira committed Oct 5, 2017
2 parents ec53f14 + 2498243 commit ea05b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/dashboard/projects_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Dashboard::ProjectsController < DashboardController
before_action :set_project, only: [:show, :edit, :update, :show, :hide, :sync, :destroy]
before_action :set_project, only: [:show, :edit, :update, :hide, :sync, :destroy]

# GET /projects
def index
Expand Down

0 comments on commit ea05b4a

Please sign in to comment.