4 lines
76 B
Ruby
4 lines
76 B
Ruby
class AdvertisementHit < ActiveRecord::Base
|
|
belongs_to :advertisement
|
|
end
|
class AdvertisementHit < ActiveRecord::Base
|
|
belongs_to :advertisement
|
|
end
|