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

module ::Refinery
  class BlogGenerator < ::Refinery::Generators::EngineInstaller

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

  end
end