class Card::Format::CardActionView

minimalist subclass of ActionView

Public Class Methods

lookup_context() click to toggle source
# File lib/card/format/card_action_view.rb, line 10
def lookup_context
  @lookup_context ||= ::ActionView::LookupContext.new CardController.view_paths
end
new(controller) click to toggle source
Calls superclass method
# File lib/card/format/card_action_view.rb, line 6
def new controller
  super lookup_context, { _routes: nil }, controller
end

Public Instance Methods

compiled_method_container() click to toggle source
# File lib/card/format/card_action_view.rb, line 15
def compiled_method_container
  self.class
end