Sha256: 17932036356bd075c29976edb4fa4955f46153378410f0b7c402bb926e0e2bd0

Contents?: true

Size: 138 Bytes

Versions: 2

Compression:

Stored size: 138 Bytes

Contents

class UsersController < ApplicationController

  power :admin, :map => { :index => :dashboard }

  def index
  end

  def show
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

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