Sha256: 6266533ec7a400d2f66851dd676926dc8ad1a55ced897e38686fca1fb2be6c3b

Contents?: true

Size: 367 Bytes

Versions: 7

Compression:

Stored size: 367 Bytes

Contents

require 'eucalypt/eucalypt-blog/namespaces/blog/__base__'

module Eucalypt
  module Generators
    class Blog < Thor::Group
      def helper
        template File.join('helper','helper.tt'), File.join('app','helpers','blog_helper.rb')
        template File.join('helper','helper_spec.tt'), File.join('spec','helpers','blog_helper_spec.rb')
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
eucalypt-0.2.2 lib/eucalypt/eucalypt-blog/namespaces/blog/generators/helper.rb
eucalypt-0.2.1 lib/eucalypt/eucalypt-blog/namespaces/blog/generators/helper.rb
eucalypt-0.2.0 lib/eucalypt/eucalypt-blog/namespaces/blog/generators/helper.rb
eucalypt-0.1.3 lib/eucalypt/eucalypt-blog/namespaces/blog/generators/helper.rb
eucalypt-0.1.2 lib/eucalypt/eucalypt-blog/namespaces/blog/generators/helper.rb
eucalypt-0.1.1 lib/eucalypt/eucalypt-blog/namespaces/blog/generators/helper.rb
eucalypt-0.1.0 lib/eucalypt/eucalypt-blog/namespaces/blog/generators/helper.rb