aboutsummaryrefslogtreecommitdiffstats
path: root/lib/generators/refinerycms_blog_generator.rb
blob: 8c3ca256a8c319ef109594ef17c274f88061e316 (plain) (blame)
1
2
3
4
5
6
class RefinerycmsBlog < Refinery::Generators::EngineInstaller

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

end