1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-03-11 01:03:22 -04:00
bike-database/app/controllers/static_pages_controller.rb

4 lines
72 B
Ruby
Raw Normal View History

2014-03-02 11:49:33 -06:00
class StaticPagesController < ApplicationController
def home; end
end