lib/pakyow/ui/behavior/recording.rb in pakyow-ui-1.0.0.rc2 vs lib/pakyow/ui/behavior/recording.rb in pakyow-ui-1.0.0.rc3
- old
+ new
@@ -8,9 +8,10 @@
module UI
module Behavior
module Recording
extend Support::Extension
+ # @api private
def find_ui_presenter_for(presenter_class)
if is_a?(Plugin)
# Look for the presenter in the plugin first, falling back to the app.
#
ui_presenter_class = parent.ui_presenters.find { |klass|