Sha256: 1b902f6035c54b4ebea4b68eea203471d3249bec0ee0c30c71933fca5a1dae18

Contents?: true

Size: 154 Bytes

Versions: 5

Compression:

Stored size: 154 Bytes

Contents

class DiamondController < ApplicationController
  before_action :authenticate_user!
  before_action -> { ensure_plan!('diamond') }

  def index
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tang-0.2.1 spec/tang_app/app/controllers/diamond_controller.rb
tang-0.2.0 spec/tang_app/app/controllers/diamond_controller.rb
tang-0.1.0 spec/tang_app/app/controllers/diamond_controller.rb
tang-0.0.9 spec/tang_app/app/controllers/diamond_controller.rb
tang-0.0.8 spec/tang_app/app/controllers/diamond_controller.rb