Sha256: 58538dc94360e591e26009340bfad48946f5954304a18da378a314c43bb60ce0
Contents?: true
Size: 217 Bytes
Versions: 1
Compression:
Stored size: 217 Bytes
Contents
require "personal_wiki_page/redmine_plugin" module PersonalWikiPage # Simple engine to support the Redmine plugin class Engine < ::Rails::Engine config.to_prepare do RedminePlugin.new end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redmine-personal_wiki_page-0.0.1 | lib/personal_wiki_page/engine.rb |