Sha256: 8e29ec68eea6126ea402cd102487ee8ab20861b3dfaf321b8e0ee2d1923ac271

Contents?: true

Size: 143 Bytes

Versions: 48

Compression:

Stored size: 143 Bytes

Contents

class Admin::ResourceController < Admin::BaseController

  before_filter :check_if_user_can_perform_action_on_resource

  def index
  end

end

Version data entries

48 entries across 48 versions & 2 rubygems

Version Path
typus-3.1.0.rc4 app/controllers/admin/resource_controller.rb
typus-3.1.0.rc3 app/controllers/admin/resource_controller.rb
typus-3.1.0.rc2 app/controllers/admin/resource_controller.rb
typus-3.0.11.rc2 app/controllers/admin/resource_controller.rb
typus-3.0.11.rc1 app/controllers/admin/resource_controller.rb
typus-3.1.0.rc1 app/controllers/admin/resource_controller.rb
typus-3.0.10 app/controllers/admin/resource_controller.rb
typus-3.0.9 app/controllers/admin/resource_controller.rb
typus-3.0.8 app/controllers/admin/resource_controller.rb
typus-3.0.7 app/controllers/admin/resource_controller.rb
typus-3.0.6 app/controllers/admin/resource_controller.rb
typus-3.0.5 app/controllers/admin/resource_controller.rb
typus-3.0.4 app/controllers/admin/resource_controller.rb
typus-3.0.2 app/controllers/admin/resource_controller.rb
typus-3.0.1 app/controllers/admin/resource_controller.rb
typus-3.0.0 app/controllers/admin/resource_controller.rb
typus-1.0.0.pre13 app/controllers/admin/resource_controller.rb
typus-1.0.0.pre12 app/controllers/admin/resource_controller.rb
typus-1.0.0.pre11 app/controllers/admin/resource_controller.rb
typus-1.0.0.pre10 app/controllers/admin/resource_controller.rb