Class: Humpyard::Asset
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Humpyard::Asset
- Defined in:
- app/models/humpyard/asset.rb
Instance Method Summary collapse
Instance Method Details
#content_type ⇒ Object
18 19 20 |
# File 'app/models/humpyard/asset.rb', line 18 def content_type content_data.content_type end |
#title ⇒ Object
10 11 12 |
# File 'app/models/humpyard/asset.rb', line 10 def title content_data.title end |
#url ⇒ Object
14 15 16 |
# File 'app/models/humpyard/asset.rb', line 14 def url content_data.url end |