Object
# File lib/cookie_crypt/routes.rb, line 5 def devise_cookie_crypt(mapping, controllers) resource :cookie_crypt, :only => [:show, :update], :path => mapping.path_names[:cookie_crypt], :controller => controllers[:cookie_crypt] end