Class: My::SharesController

Inherits:
MyController
  • Object
show all
Defined in:
app/controllers/my/shares_controller.rb

Instance Method Summary collapse

Methods included from Sufia::MyControllerBehavior

#controller_name

Instance Method Details

#indexObject



8
9
10
11
# File 'app/controllers/my/shares_controller.rb', line 8

def index
  super
  @selected_tab = :shared
end