Class: My::FilesController

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

Instance Method Summary collapse

Methods included from Sufia::MyControllerBehavior

#controller_name

Instance Method Details

#indexObject



9
10
11
12
# File 'app/controllers/my/files_controller.rb', line 9

def index
  super
  @selected_tab = :files
end