Skip to content

44uk/rails-confirmable-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby on Rails / REST confirmation sample

See app/models/concerns/confirmable.rb.

Demonstration with docker

$ docker build -t demo_rails_rest_confirmation .
$ docker run --rm -p 3000:3000 demo_rails_rest_confirmation

Open http://localhost:3000/