static_pages_controller.rb 92 B

1234567
  1. class StaticPagesController < ApplicationController
  2. def home
  3. end
  4. def about
  5. end
  6. end