mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Add accounts and activities
This commit is contained in:
parent
fb318e37cb
commit
b5521594ce
8 changed files with 170 additions and 1 deletions
4
app/models/account_activity.rb
Normal file
4
app/models/account_activity.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class AccountActivity < ActiveRecord::Base
|
||||
belongs_to :account
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue