Class: ApplicationDecorator
- Inherits:
-
Draper::Decorator
- Object
- Draper::Decorator
- ApplicationDecorator
- Defined in:
- app/decorators/application_decorator.rb
Direct Known Subclasses
ContentFormDecorator, ContentPictureDecorator, ContentRowDecorator, ContentSlideshowDecorator, ContentTextDecorator, ContentVideoDecorator, FormDecorator, FormSubmissionDataDecorator, NavigationItemDecorator, PageDecorator, RedirectDecorator, SnippetDecorator
Class Method Summary collapse
Class Method Details
.collection_decorator_class ⇒ Object
2 3 4 |
# File 'app/decorators/application_decorator.rb', line 2 def self.collection_decorator_class PaginationDecorator end |