Method: Blueprinter::Base.include_view
- Defined in:
- lib/blueprinter/base.rb
.include_view(view_name) ⇒ Array<Symbol>
Specify another view that should be mixed into the current view.
335 336 337 |
# File 'lib/blueprinter/base.rb', line 335 def self.include_view(view_name) current_view.include_view(view_name) end |