search for: transocder_qeueus

Displaying 1 result from an estimated 1 matches for "transocder_qeueus".

2007 Dec 18
2
Active Resource and non default model names
I have a model (accessed restfully) named TranscoderQueue, it''s name is overridden to ''TransocderQueue'' so it is accessed as ''/ transocder_queue'' as opposed to ''/transocder_qeueus''. class TranscoderQueue < ActiveRecord::Base belongs_to :campaign, :class_name => "Campaign", :foreign_key => "campaign_id" set_table_name "transcoder_queue" # overriding rails conventions validates_presence_of :campaign_id, :on => :cr...