Class: AdUnit
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- AdUnit
- Defined in:
- app/models/ad_unit.rb
Overview
TODO: DB
Instance Method Summary collapse
Instance Method Details
#block_name ⇒ Object
10 11 12 |
# File 'app/models/ad_unit.rb', line 10 def block_name "Ad of size '#{self.name}'" end |