osem-fcy/app/models
Aditya Prakash 5430510e4c Remove unused model of datatables
This model is required if we were doing server side processing for
fetching records however, we are not.
If this needs to be set up sometime in future, checkout:
https://datatables.net/examples/server_side/simple.html
2016-04-10 13:50:18 +05:30
..
ahoy Remove program model from ahoy 2016-04-09 15:01:46 +05:30
.gitkeep First checkin 2013-01-07 09:04:09 +01:00
ability.rb Merge pull request #907 from sonalkr132/proposal-test 2016-04-01 14:49:50 +02:00
answer.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
campaign.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
cfp.rb Remove attr_accessible from Program and Cfp, final fixes after introducing strong params 2016-02-06 17:43:51 +01:00
comment.rb Make Comment find_since_last_login scope robust against nil value 2016-03-10 15:04:14 +01:00
commercial.rb Implement simplified commercials workflow 2016-01-21 19:41:12 +01:00
conference.rb Add before_destroy :cancel to precent role destroy.Change Conference-Role association to have dependent: :destroy_all 2016-03-28 19:49:59 +05:30
contact.rb Verified contact has email or not 2016-03-07 09:43:55 -03:00
dietary_choice.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
difficulty_level.rb Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels 2016-02-06 17:42:51 +01:00
email_settings.rb Use each to iterate over array in mailer and fix comment link 2016-03-31 22:59:12 +05:30
event.rb Proposal submitter should be asked to add track only if conf has track 2016-03-23 23:31:00 +05:30
event_type.rb Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels 2016-02-06 17:42:51 +01:00
event_user.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
events_registration.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
lodging.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
openid.rb Fix basic style issues with rubocop 2014-07-21 15:05:58 +02:00
photo.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
program.rb Remove attr_accessible from Program and Cfp, final fixes after introducing strong params 2016-02-06 17:43:51 +01:00
qanswer.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
question.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
question_type.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
registration.rb callback for destroying registration and writing tests for it 2016-03-16 23:31:57 +05:30
registration_period.rb Add validations for registration_period 2016-02-23 12:57:45 +02:00
revision_observer.rb Add 'revision' attribute to Conference, managed by an observer 2013-07-08 10:03:03 +02:00
role.rb Add before_destroy :cancel to precent role destroy.Change Conference-Role association to have dependent: :destroy_all 2016-03-28 19:49:59 +05:30
room.rb Rooms belong to venue 2016-02-06 17:43:51 +01:00
social_event.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
splashpage.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
sponsor.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
sponsorship_level.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
subscription.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
target.rb Tests for target model 2016-03-06 10:46:03 +05:30
ticket.rb correcting ticket's details view and its related models. 2016-03-19 01:52:38 +05:30
ticket_purchase.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
track.rb Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels 2016-02-06 17:42:51 +01:00
user.rb overriding the #name attribute 2016-03-10 22:49:54 +01:00
vchoice.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
vday.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
venue.rb Beautify venues#show 2016-03-04 17:05:42 +01:00
visit.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
vote.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
vposition.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00