Class: Pinkman::PinkmanController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/pinkman/pinkman_controller.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



2
3
4
5
# File 'app/controllers/pinkman/pinkman_controller.rb', line 2

def hello
  redirect_to '/' unless Rails.env.in? ['development','test']
  render layout: nil
end