Initial commit
This commit is contained in:
3
app/models/status.rb
Normal file
3
app/models/status.rb
Normal file
@ -0,0 +1,3 @@
|
||||
class Status < ActiveRecord::Base
|
||||
belongs_to :account, inverse_of: :statuses
|
||||
end
|
Reference in New Issue
Block a user