Class: ExpressAnalytics::LogEntriesController

Inherits:
ExpressAdmin::StandardController
  • Object
show all
Defined in:
app/controllers/express_analytics/log_entries_controller.rb

Instance Method Summary collapse

Instance Method Details

#ordered_scope(scope) ⇒ Object



6
7
8
# File 'app/controllers/express_analytics/log_entries_controller.rb', line 6

def ordered_scope(scope)
  scope.order(:created_at => :desc)
end