Sha256: efb6d5a4f76918b4a88c3b8602a14b37a45bc99ffc981087c266699873fc39e3
Contents?: true
Size: 233 Bytes
Versions: 6
Compression:
Stored size: 233 Bytes
Contents
require_dependency "tang/application_controller" module Tang class PlansController < ApplicationController layout Tang.pricing_layout def index @plans = Plan.where(interval: 'month').order(:order) end end end
Version data entries
6 entries across 6 versions & 1 rubygems