osem-fcy/app
Aditya Prakash dcb98c49f9 Improvements in proposal controller
`if..else` is better than unless with return.
On failed update render `edit` template and not render `new` template.
On failed save redirect to index path and not render `new` template.
Change `destory` to `withdraw`, cause `destroy` makes DELETE request when
we are updating the event record.
Check for success for save in withdraw (save can fail for reasons other than validation).
2016-03-24 11:37:40 +05:30
..
assets correcting ticket's details view and its related models. 2016-03-19 01:52:38 +05:30
controllers Improvements in proposal controller 2016-03-24 11:37:40 +05:30
helpers Change all redirect_to(path) to redirect path for uniformity 2016-03-16 09:17:41 +05:30
mailers Fix send emails because missing event program relation. fix #835 2016-03-05 23:48:43 +01:00
models Merge pull request #872 from sonalkr132/proposal-after-cfp 2016-03-23 16:34:12 +01:00
serializers Update active_model_serializers.Fix conference serializer and api tests 2016-03-15 12:38:13 +05:30
views Improvements in proposal controller 2016-03-24 11:37:40 +05:30