Sha256: 86281dc9e0a80f83c618766cd857004c49b0852e51b2ff442c0ae147e362dcaa

Contents?: true

Size: 128 Bytes

Versions: 5

Compression:

Stored size: 128 Bytes

Contents

# frozen_string_literal: true

class Ability
  include CanCan::Ability

  def initialize(_user)
    can :manage, :all
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mobile_workflow-0.12.2 lib/generators/mobile_workflow/install/templates/app/models/ability.rb
mobile_workflow-0.12.1 lib/generators/mobile_workflow/install/templates/app/models/ability.rb
mobile_workflow-0.12.0 lib/generators/mobile_workflow/install/templates/app/models/ability.rb
mobile_workflow-0.11.1 lib/generators/mobile_workflow/install/templates/app/models/ability.rb
mobile_workflow-0.11.0 lib/generators/mobile_workflow/install/templates/app/models/ability.rb