class Origami::PaymentsController < BaseOrigamiController def index end def create end def show end end