aboutsummaryrefslogtreecommitdiffstats
path: root/lib/generators/refinerycms_blog_generator.rb
blob: 6fca607e22fce3b3d75eff6fbd34a764570355f1 (plain) (blame)
1
2
3
4
5
6
7
8
require 'refinery/generators'

class RefinerycmsBlogGenerator < ::Refinery::Generators::EngineInstaller

  source_root File.expand_path('../../../', __FILE__)
  engine_name "refinerycms-blog"

end