def link_path(view=nil)
      value = if @link_path.respond_to?(:call)
        view.instance_exec(&@link_path)
      else
        @link_path