wblog/app/controllers/home_controller.rb

9 lines
112 B
Ruby

class HomeController < ApplicationController
def index
end
def mobile
render layout: false
end
end