Sha256: 2c367b5cf1b2bcaa10711b1b1f57cbf2b6bf79b1ffda79068627735dbe95804a

Contents?: true

Size: 411 Bytes

Versions: 4

Compression:

Stored size: 411 Bytes

Contents

# Using this file you can Portlets to your application. 
# Portlets are Mack applications that have been packaged as Gems using
# a few simple Rake tasks. These Portlets can extend your application
# and bring new functionality to them very, very easily.
require_portlets do |p|
  # examples:
  # p.add :my_cool_portlet, :version => "1.2.2"
  # p.add :my_cool_portlet, :source => "http://gems.rubyforge.org"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mack-0.8.1 lib/mack/generators/mack_application_generator/templates/config/initializers/portlets.rb.template
mack-0.8.2 lib/mack/generators/mack_application_generator/templates/config/initializers/portlets.rb.template
mack-0.8.3 lib/mack/generators/mack_application_generator/templates/config/initializers/portlets.rb.template
mack-0.8.3.1 lib/mack/generators/mack_application_generator/templates/config/initializers/portlets.rb.template