cirandas.net

ref: master

plugins/open_graph/lib/open_graph_plugin/base.rb


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
class OpenGraphPlugin::Base < Noosfero::Plugin

  def js_files
    [].map{ |j| "javascripts/#{j}" }
  end

  def stylesheet?
    true
  end

end

ActiveSupport.run_load_hooks :open_graph_plugin, OpenGraphPlugin