jam-cloud/admin/config/initializers/gift_cards.rb

10 lines
77 B
Ruby

class JamRuby::GiftCard
attr_accessor :csv
def process_csv
end
end