osem-fcy/app
charliequinn af08dabc12 Update ConferenceRegistrationsController#new
- authenticate on all controller actions unless (OSEM_ICHAIN_ENABLED != true and
  action is 'new' or 'create')

- before_filter rename to before_action

- addition of before_action :user_already_registered on :new action (redirects
  to edit if user already registered)

- increased specs
2016-08-19 16:25:39 +01:00
..
assets Merge pull request #1108 from rishabhs95/stripe 2016-08-18 16:04:11 +02:00
controllers Update ConferenceRegistrationsController#new 2016-08-19 16:25:39 +01:00
helpers Added specs for ApplicationHelper.show_time 2016-08-17 13:55:29 +01:00
jobs Use ActiveJob to send comment mails 2016-04-22 11:31:19 +02:00
mailers Adapt the mailbot spec to the last changes 2016-04-22 14:53:10 +02:00
models Update ConferenceRegistrationsController#new 2016-08-19 16:25:39 +01:00
serializers Add markdown to users biography 2016-08-12 11:38:28 +02:00
uploaders Give a bit more demo info in the conference description 2016-05-03 16:25:39 +02:00
views Merge pull request #1108 from rishabhs95/stripe 2016-08-18 16:04:11 +02:00