Sha256: 3abc7c6e13ab6d807f3d608ed8874ad11291a24df415a5cce70feb07f56e5159

Contents?: true

Size: 193 Bytes

Versions: 2

Compression:

Stored size: 193 Bytes

Contents

require_dependency "adherent/application_controller"

module Adherent
  class AllpaymentsController < ApplicationController
    def index
      @payments = @organism.payments
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adherent-0.2.1 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.0 app/controllers/adherent/allpayments_controller.rb