notebook/app/controllers/subscriptions_controller.rb
2017-01-21 15:13:01 +00:00

8 lines
92 B
Ruby

class SubscriptionsController < ApplicationController
def new
end
def show
end
end