Class: FunkyTabs::UpdateController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/funky_tabs/update_controller.rb

Instance Method Summary collapse

Instance Method Details

#missing_funky_tabObject



4
5
6
# File 'app/controllers/funky_tabs/update_controller.rb', line 4

def missing_funky_tab
  render FunkyTabs.missing_tab_action_path,:layout=>false and return
end