Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Replace spec/dummy with checked in dummy_app
Browse files Browse the repository at this point in the history
This removes the need to run rake test_app. Instead, we have a checked
in single-file Rails application and can re-run migrations when
necessary.
  • Loading branch information
jhawthorn committed Nov 21, 2017
1 parent 777b0f5 commit 44c4630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/spree/admin/stock_transfers_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module Spree
module Admin
class StockTransfersController < ResourceController
helper 'spree/admin/stock_locations'

class_attribute :variant_display_attributes
self.variant_display_attributes = [
{ translation_key: :sku, attr_name: :sku },
Expand Down

0 comments on commit 44c4630

Please sign in to comment.