Cross Reference:
xref
: /
ontohub
/
app
/
controllers
/
admin
/
logics_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
logics_controller.rb revision 9b39a422a5bbbd4550a9c30b66c5c289dcdca849
2
ronwalf
class
Admin
::
LogicsController
<
InheritedResources
::
Base
2
ronwalf
2
ronwalf
before_filter
:
authenticate_admin
!
2
ronwalf
2
ronwalf
actions
:
index
, :
new
, :
create
2
ronwalf
respond_to
:
json
, :
xml
2
ronwalf
2
ronwalf
def
create
2
ronwalf
super
do
|
success
,
failure
|
2
ronwalf
success.html
{
redirect_to
collection_path
}
2
ronwalf
end
2
ronwalf
end
2
ronwalf
2
ronwalf
def
update
2
ronwalf
super
do
|
success
,
failure
|
2
ronwalf
success.html
{
redirect_to
collection_path
}
2
ronwalf
end
2
ronwalf
end
2
ronwalf
2
ronwalf
end
2
ronwalf