Skip to content

Instantly share code, notes, and snippets.

@creich
Created January 23, 2013 11:48
Show Gist options
  • Save creich/4604695 to your computer and use it in GitHub Desktop.
Save creich/4604695 to your computer and use it in GitHub Desktop.
class EventList < ActiveRecord::Base
self.table_name = "event_list"
attr_accessible :alarm_id, :code, :data, :event_time, :reference_id
belongs_to :device_alarm, :foreign_key => "alarm_id"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment