Sha256: bd7ccecc14b10ada54addd4044e400ccbdeb6f1ae32164dc770206f253c30b31
Contents?: true
Size: 148 Bytes
Versions: 5
Compression:
Stored size: 148 Bytes
Contents
class GoldController < ApplicationController before_action :authenticate_user! before_action -> { ensure_plan!('gold') } def index end end
Version data entries
5 entries across 5 versions & 1 rubygems