Cross Reference: keys_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
keys_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
# Manage ssh keys
#
class
KeysController
<
InheritedResources
::
Base
before_filter
:
authenticate_user
!
actions
:
index
, :
new
, :
create
, :
destroy
protected
def
begin_of_association_chain
current_user
end
end