blob: 8b09bb712f6d140de603752a2ff2ffc9f98c9f29 (
plain) (
tree)
|
|
require 'refinery/generators'
module ::Refinery
class BlogGenerator < ::Refinery::Generators::EngineInstaller
source_root File.expand_path('../../../', __FILE__)
engine_name "refinerycms-blog"
end
end
|