Sha256: 12a7061c62c9af650e8ee3192032c5090f3f61ff03e587141aaf9611abdbb8ab

Contents?: true

Size: 264 Bytes

Versions: 7

Compression:

Stored size: 264 Bytes

Contents

module Chapter08_09
  module Generators
    class SolutionsGenerator < Rails::Generators::Base
      source_root File.expand_path("../templates", __FILE__)

      def copy_app_tree
        directory(self.class.source_root, Rails.root)
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tft_rails_dbc-0.1.3 lib/generators/chapter08_09/solutions/solutions_generator.rb
tft_rails_dbc-0.1.1 lib/generators/chapter08_09/solutions/solutions_generator.rb
tft_rails_dbc-0.1 lib/generators/chapter08_09/solutions/solutions_generator.rb
tft_rails-0.6.2 lib/generators/chapter08_09/solutions/solutions_generator.rb
tft_rails-0.6.1 lib/generators/chapter08_09/solutions/solutions_generator.rb
tft_rails-0.6.0 lib/generators/chapter08_09/solutions/solutions_generator.rb
tft_rails-0.5.1 lib/generators/chapter08_09/solutions/solutions_generator.rb