Class: Integral::BaseDecorator
- Inherits:
-
Draper::Decorator
- Object
- Draper::Decorator
- Integral::BaseDecorator
- Defined in:
- app/decorators/integral/base_decorator.rb
Overview
Base decorator for Integral view-level logic
Direct Known Subclasses
Instance Method Summary collapse
-
#activity_url(activity_id) ⇒ String
URL to backend activity.
-
#backend_url ⇒ String
URL to backend Image page.
Instance Method Details
#activity_url(activity_id) ⇒ String
Returns URL to backend activity.
7 8 9 |
# File 'app/decorators/integral/base_decorator.rb', line 7 def activity_url(activity_id) Integral::Engine.routes.url_helpers.send("activity_backend_#{object.class.model_name.singular_route_key}_url", object.id, activity_id) end |