Sha256: 8c41a2364874d1b9991497770c7805650b57ee655530955ce74fa69bd4c20dfe
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 Bytes
Contents
module ConektaDashboard class ChargesController < ConektaDashboard::ApplicationController def index @charges = Conekta::Charge.all.map { |c| ConektaDashboard::Charge.new(c[1]) } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conekta_dashboard-0.0.1 | app/controllers/conekta_dashboard/charges_controller.rb |