Sha256: 61d9a9cb820ddbe0d5813a4174949ba533f04650ad341aaf04aaf4c54dc627f9
Contents?: true
Size: 197 Bytes
Versions: 6
Compression:
Stored size: 197 Bytes
Contents
require_dependency "adherent/application_controller" module Adherent class AllpaymentsController < ApplicationController def index @payments = @organism.payments.all end end end
Version data entries
6 entries across 6 versions & 1 rubygems