about summary refs log tree commit diff
path: root/app/controllers/pages_controller.rb
blob: 39848c624f0597ec7170dbd932cd93284b0287f8 (plain) (blame)
1
2
3
4
class PagesController < ApplicationController
  def index
  end
end