Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 4, 2020
1 parent 1bf8bfb commit 446008a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/classifications_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- encoding: utf-8 -*-
class ClassificationsController < ApplicationController
before_action :set_classification, only: [:show, :edit, :update, :destroy]
before_action :check_policy, only: [:index, :new, :create]
Expand Down
1 change: 0 additions & 1 deletion app/controllers/subjects_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- encoding: utf-8 -*-
class SubjectsController < ApplicationController
before_action :set_subject, only: [:show, :edit, :update, :destroy]
before_action :check_policy, only: [:index, :new, :create]
Expand Down

0 comments on commit 446008a

Please sign in to comment.