Class: Adminpanel::AuthsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/adminpanel/auths_controller.rb

Instance Method Summary collapse

Methods included from GalleryActions

#add_to_gallery, #remove_image

Methods included from FacebookActions

#fb_choose_page, #fb_publish, #fb_save_token

Methods included from SortableActions

#move_to_position

Methods included from RestActions

#create, #edit, #index, #new, #show, #update

Methods included from SessionsHelper

#current_user, #current_user=, #sign_in, #sign_out, #signed_in?

Instance Method Details

#destroyObject



4
5
6
7
# File 'app/controllers/adminpanel/auths_controller.rb', line 4

def destroy
  Rails.cache.clear
  super
end