Class: Aker::Confident::AkerSlice

Inherits:
Aker::Configuration::Slice
  • Object
show all
Defined in:
lib/aker/confident/aker_slice.rb

Instance Method Summary collapse

Constructor Details

#initializeAkerSlice

Returns a new instance of AkerSlice.



4
5
6
7
8
9
10
# File 'lib/aker/confident/aker_slice.rb', line 4

def initialize
  super do
    after_authentication_middleware do |builder|
      builder.use Confident::Rack
    end
  end
end