Class: Localtower::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/localtower/application_controller.rb

Direct Known Subclasses

PagesController

Instance Method Summary collapse

Instance Method Details

#check_environmentObject



6
7
8
# File 'app/controllers/localtower/application_controller.rb', line 6

def check_environment
  raise if Rails.env.production?
end