internetee-registry/app/models/account_activity.rb
2015-04-14 13:55:32 +03:00

4 lines
70 B
Ruby

class AccountActivity < ActiveRecord::Base
belongs_to :account
end