thingspeak/app/controllers/apps_controller.rb

10 lines
149 B
Ruby
Raw Normal View History

class AppsController < ApplicationController
def index
@menu = 'apps'
@title = 'Internet of Things Apps' if current_user.nil?
end
end
2014-08-02 00:07:55 +02:00