Class: Tang::PlansController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tang/plans_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/tang/plans_controller.rb', line 7

def index
  @plans = Plan.where(interval: 'month').order(:order)
end