Sha256: 843590bf439daecbd2c9c4b2cacb69255e7c5064f6b38231e81466439179dbb6
Contents?: true
Size: 298 Bytes
Versions: 8
Compression:
Stored size: 298 Bytes
Contents
require "rails/generators" module Mailkick module Generators class ViewsGenerator < Rails::Generators::Base source_root File.expand_path("../../../../app/views", __FILE__) def copy_initializer_file directory "mailkick", "app/views/mailkick" end end end end
Version data entries
8 entries across 8 versions & 1 rubygems