Sha256: 961825685d8dd1aa863f1feda52505ae5205e3fafb7edb17573f5a132961771d
Contents?: true
Size: 391 Bytes
Versions: 6
Compression:
Stored size: 391 Bytes
Contents
# frozen_string_literal: true require "rails/generators/erb" module Erb # :nodoc: module Generators # :nodoc: class AuthenticationGenerator < Rails::Generators::Base # :nodoc: def create_files template "app/views/passwords/new.html.erb" template "app/views/passwords/edit.html.erb" template "app/views/sessions/new.html.erb" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems