Sha256: b2148f4ccaead23ddc93bc93dcfeadb90fa5c832a938306612e9947783f2c5ee
Contents?: true
Size: 451 Bytes
Versions: 2
Compression:
Stored size: 451 Bytes
Contents
class <%= class_name.pluralize %>::ConfirmationsController < Janus::ConfirmationsController respond_to :html # def deliver_confirmation_instructions(<%= singular_name %>) # <%= class_name %>Mailer.confirmation_instructions(<%= singular_name %>).deliver # end # def after_resending_confirmation_instructions_url(<%= singular_name %>) # root_url # end # def after_confirmation_url(<%= singular_name %>) # root_url # end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
janus-0.9.1 | lib/generators/templates/confirmations_controller.erb |
janus-0.9.0 | lib/generators/templates/confirmations_controller.erb |