Sprankelprachtig aan/afmeldsysteem

static_pages_controller.rb 115B

1234567891011
  1. class StaticPagesController < ApplicationController
  2. def home
  3. end
  4. def sign_in
  5. end
  6. def sign_up
  7. end
  8. end