Sha256: b4cc3bff5d60df860316f1c623ff66f92935ce03b587b996727807e82e81f78d

Contents?: true

Size: 173 Bytes

Versions: 2

Compression:

Stored size: 173 Bytes

Contents

class ApplicationController < ActionController::Base
  include Consul::Controller

  require_power_check

  private

  def current_power
    Power.new User.new
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
consul-0.1.2 spec/app_root/app/controllers/application_controller.rb
consul-0.1.1 spec/app_root/app/controllers/application_controller.rb