Class: Spree::Admin::LogEntriesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/spree/admin/log_entries_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
10
11
12
13
# File 'app/controllers/spree/admin/log_entries_controller.rb', line 8

def index
  Spree::Deprecation.warn 'Using a dedicated route for payment log entries ' \
    'has been deprecated in favor of displaying the log entries on ' \
    'the payment screen itself.', caller_locations(0)
  @log_entries = @payment.log_entries
end