Skip to content

Commit

Permalink
Merge pull request #8 from Tolsto/feature/explicitly-require-applicat…
Browse files Browse the repository at this point in the history
…ion-controller

Explicitly require ApplicationController
  • Loading branch information
kwent authored Nov 10, 2018
2 parents 87867ec + ecba980 commit b009cfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/pg_bouncer_hero/database_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require_dependency 'pg_bouncer_hero/application_controller'

module PgBouncerHero
class DatabaseController < ApplicationController
def summary
Expand Down
2 changes: 2 additions & 0 deletions app/controllers/pg_bouncer_hero/home_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require_dependency 'pg_bouncer_hero/application_controller'

module PgBouncerHero
class HomeController < ApplicationController
def index
Expand Down

0 comments on commit b009cfb

Please sign in to comment.