Class: Fiona7::TasksController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/fiona7/tasks_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
8
# File 'app/controllers/fiona7/tasks_controller.rb', line 5

def index
  @details_view = self.details_view_lambda
  @tasks = Fiona7::Tasks::Loader.new(self.user_name, self.groups).call
end