epergo/spree_promotion_codes

View on GitHub
app/controllers/spree/admin/promotion_codes_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Spree
  module Admin
    class PromotionCodesController < ResourceController
      belongs_to 'spree/promotion'
    end
  end
end