Cross Reference:
xref
: /
ontohub
/
app
/
controllers
/
admin
/
categories_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
categories_controller.rb revision 773e8045866bdb28eaa01213dc082552952ff0ad
98
N/A
class
Admin
::
CategoriesController
<
InheritedResources
::
Base
98
N/A
98
N/A
before_filter
:
authenticate_admin
!
98
N/A
1097
N/A
actions
:
all
, :
execpt
=> :
show
98
N/A
respond_to
:
json
, :
xml
98
N/A
919
N/A
has_pagination
919
N/A
919
N/A
def
update
919
N/A
update
!
do
|
success
,
failure
|
919
N/A
success.html
{
redirect_to
collection_path
}
919
N/A
end
919
N/A
end
919
N/A
919
N/A
end
919
N/A