Sha256: 0e7cd8b9fae5ebebff3efa1ae2490204ee59183b3875d23fd278c124a5bb97c2

Contents?: true

Size: 453 Bytes

Versions: 21

Compression:

Stored size: 453 Bytes

Contents

Dir.glob(File.join(File.dirname(__FILE__), 'cartons', '*.rb')).each {|f| require f }
Dir.glob(File.join(File.dirname(__FILE__), 'resources', '*.rb')).each {|f| require f }

module Orange::Plugins
  class ContactForms < Base
    views_dir   File.join(File.dirname(__FILE__), 'views')
    assets_dir  File.join(File.dirname(__FILE__), 'assets')
    resource    Orange::ContactFormsResource.new
  end
end

Orange.plugin(Orange::Plugins::ContactForms.new)

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
orange-more-0.6.0 lib/orange-more/contactforms/plugin.rb
orange-more-0.5.8 lib/orange-more/contactforms/plugin.rb
orange-more-0.5.7 lib/orange-more/contactforms/plugin.rb
orange-0.5.5 lib/orange-more/contactforms/plugin.rb
orange-0.5.4 lib/orange-more/contactforms/plugin.rb
orange-0.5.3 lib/orange-more/contactforms/plugin.rb
orange-0.5.2 lib/orange-more/contactforms/plugin.rb
orange-0.5.1 lib/orange-more/contactforms/plugin.rb
orange-0.4.0 lib/orange-more/contactforms/plugin.rb
orange-0.3.9 lib/orange-more/contactforms/plugin.rb
orange-0.3.8 lib/orange-more/contactforms/plugin.rb
orange-0.3.7 lib/orange-more/contactforms/plugin.rb
orange-0.3.6 lib/orange-more/contactforms/plugin.rb
orange-0.3.5 lib/orange-more/contactforms/plugin.rb
orange-0.3.4 lib/orange-more/contactforms/plugin.rb
orange-0.3.3 lib/orange-more/contactforms/plugin.rb
orange-0.3.2 lib/orange-more/contactforms/plugin.rb
orange-0.3.1 lib/orange-more/contactforms/plugin.rb
orange-0.3.0 lib/orange-more/contactforms/plugin.rb
orange-0.2.11 lib/orange-more/contactforms/plugin.rb