Skip to content

Commit

Permalink
Add require_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
koheisg committed Feb 23, 2018
1 parent 52df12a commit bd271dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/letter_opener_web/letters_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require_dependency "letter_opener_web/application_controller"

module LetterOpenerWeb
class LettersController < ApplicationController
before_action :check_style, only: [:show]
Expand Down

0 comments on commit bd271dd

Please sign in to comment.