-
Notifications
You must be signed in to change notification settings - Fork 39
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
refactor docker file, fixes filter bug [fixes OSRA-468] #456
base: develop
Are you sure you want to change the base?
Conversation
…to_sponsors_scopes Add order to sponsor scopes
Add branding
Payments model
Refactor Sponsorship
…t_to_sponsor_cb Osra 453 add payment to sponsor cashbox
…ndencies Update dependencies
…ip-s3-config Fix paperclip s3 config
Replace s3_host_domain config with url & path config for Paperclip
dockerize app
@orphans_before_paginate = Orphan.with_filter_fields.filter(@filters). | ||
order(@current_sort_column.to_s + " " + @current_sort_direction.to_s) | ||
@orphans_before_paginate = Orphan.with_filter_fields.filter(@filters) | ||
.order(@current_sort_column.to_s + " " + @current_sort_direction.to_s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Ruby, I feel it's better to have these at the end. You can't copy & paste this into rails console now. Why the change? Not trying to bikeshed; just curious
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry I forgot to revert this on previous state 😞
https://osraav.atlassian.net/browse/OSRA-468