Files
prelang_test/app/controllers/landings_controller.rb
2014-02-27 23:58:20 +00:00

5 lines
71 B
Ruby

class LandingsController < ApplicationController
def index
end
end