Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests and issue with shipment ransack #78

Open
wants to merge 3 commits into
base: 3-0-stable
Choose a base branch
from

Conversation

ronzalo
Copy link

@ronzalo ronzalo commented May 5, 2016

Fixes #71 #73 #76 #77

@@ -8,6 +8,8 @@

delegate :supplier, to: :stock_location

self.whitelisted_ransackable_attributes = ['number', 'state']

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Use %w or %W for an array of words.

isetarow pushed a commit to isetarow/spree_drop_ship that referenced this pull request May 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants