Class: SoarSc::SoarScRouter

Inherits:
SoarScRouting::BaseRouter
  • Object
show all
Defined in:
lib/web/soar_sc_router.rb

Instance Method Summary collapse

Instance Method Details

#excepted(ex) ⇒ Object



7
8
9
# File 'lib/web/soar_sc_router.rb', line 7

def excepted(ex)
 SoarSc::Web::Views::Default.error(ex)      
end

#not_foundObject



3
4
5
# File 'lib/web/soar_sc_router.rb', line 3

def not_found
  SoarSc::Web::Views::Default.not_found
end