Sha256: 2455f5b88a2ff4788a31316d61f6a8fba79ae803386043299c4d47958c807efd

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

module AlertMessage
  class InstallGenerator < Rails::Generators::Base
    source_root File.expand_path('../templates', __FILE__)

    def copy_gfiles_alert
      copy_file "_alerts.html.erb", "app/views/layouts/_alerts.html.erb"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alert_message-1.0.7 lib/generators/alert_message/install_generator.rb