mirror of
https://github.com/wahyd4/Libr.git
synced 2026-08-10 05:16:04 +10:00
5 lines
146 B
Ruby
5 lines
146 B
Ruby
class BasicMessage < ActiveRecord::Base
|
|
attr_accessible :to_user, :content, :create_time, :from_user, :message_id, :message_type ,:pic_url
|
|
|
|
end
|