Sha256: 6d77a56aa73cc69b03398766ff5264a2a510f1dae119c124d8cc9cfcebbaaeab
Contents?: true
Size: 347 Bytes
Versions: 5
Compression:
Stored size: 347 Bytes
Contents
class AdminInvitable::InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def override_default_views copy_file "edit.html.erb", "app/views/devise/invitations/edit.html.erb" copy_file "invitation_instructions.html.erb", "app/views/devise/mailer/invitation_instructions.html.erb" end end
Version data entries
5 entries across 5 versions & 1 rubygems