Class: HighVoltage::PagesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/high_voltage/pages_controller.rb

Constant Summary collapse

VALID_CHARACTERS =
"a-zA-Z0-9~!@$%^&*()#`_+-=<>\"{}|[];',?".freeze

Instance Method Summary collapse

Instance Method Details

#showObject



15
16
17
# File 'app/controllers/high_voltage/pages_controller.rb', line 15

def show
  render :template => current_page
end