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