Sha256: b74f4e3331ff8286f96bf6dd69c90b95286cc7aad308746e8555dcd9e51f107d

Contents?: true

Size: 436 Bytes

Versions: 17

Compression:

Stored size: 436 Bytes

Contents

require_dependency "adherent/application_controller"

module Adherent
  
  # les routes vers payments sont traitées par ce controller quand elles ne sont
  # pas dépendantes d'un membre. 
  # Si elles sont dépendantes d'un membre, alors, le controller est 
  # PaymentsController. Voir le fichier routes.rb
  
  class AllpaymentsController < ApplicationController
    def index
      @payments = @organism.payments
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
adherent-0.3.4 app/controllers/adherent/allpayments_controller.rb
adherent-0.3.3 app/controllers/adherent/allpayments_controller.rb
adherent-0.3.2 app/controllers/adherent/allpayments_controller.rb
adherent-0.3.1 app/controllers/adherent/allpayments_controller.rb
adherent-0.3.0 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.9 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.8 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.7 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.6 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.5 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.4 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.3 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.2.4 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.2.3 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.2.2 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.2.1 app/controllers/adherent/allpayments_controller.rb
adherent-0.2.2 app/controllers/adherent/allpayments_controller.rb