thingspeak/app/controllers/pages_controller.rb
2011-03-27 16:56:15 -04:00

8 lines
84 B
Ruby

class PagesController < ApplicationController
def home
@menu = 'home'
end
end