6 lines
98 B
Ruby
6 lines
98 B
Ruby
class WelcomeController < ApplicationController
|
|
def index
|
|
render :layout => false
|
|
end
|
|
end
|