Sha256: 353364ac388e73d5b52816bb300f9841d572b48121cdee287dc6052f83450ff3

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 Bytes

Contents

module Admin
  class TracksController < ApplicationController
    before_action(:authenticate_user!) if defined?(Devise)
    before_action { EffectiveResources.authorize!(self, :admin, :effective_logging) }

    include Effective::CrudController
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
effective_logging-4.3.1 app/controllers/admin/tracks_controller.rb
effective_logging-4.3.0 app/controllers/admin/tracks_controller.rb