plugins_helper.rb 218 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 module PluginsHelper def plugins_product_tabs @plugins.dispatch(:product_tabs, @product).map do |tab| {:title => tab[:title], :id => tab[:id], :content => instance_eval(&tab[:content])} end end end