Sha256: f628091d85be2440a013583b8cc26a8e0ee1a95ca7c33c223084eca48e0c5cfa
Contents?: true
Size: 430 Bytes
Versions: 2
Compression:
Stored size: 430 Bytes
Contents
module Admin class MyAccountsController < BaseController sections 'settings', 'account' actions :edit, :update respond_to :json, :only => :update def update update! { edit_admin_my_account_url } end protected def resource @account = current_admin end def begin_of_association_chain; nil; end # not related directly to current_site end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locomotive_cms-0.0.3.3 | app/controllers/admin/my_accounts_controller.rb |
locomotive_cms-0.0.3.1 | app/controllers/admin/my_accounts_controller.rb |