# File lib/innate/action.rb, line 34
    def call
      Current.actions ? wrap_in_current{ render } : render
    end