Cross Reference: status_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
admin
/
status_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
status_controller.rb revision 7273197c78ac5d0da6d782d29a1be72583345eeb
class
Admin
::
StatusController
<
InheritedResources
::
Base
before_filter
:
authenticate_admin
!
def
index
@
tab
=
params
[:
tab
].
try
(:
to_sym
)
||
StatusViewhelper
::
DEFAULT_TAB
end
end