class Engine2::StarToManyUnlinkActionBase

Public Instance Methods

pre_run() click to toggle source
Calls superclass method Engine2::ActionModelSupport#pre_run
# File lib/engine2/action/link.rb, line 51
def pre_run
    super
    execute "[action.parent().invoke(), action.panel_close()]"
end