7 lines
100 B
Ruby
7 lines
100 B
Ruby
class SiteController < ApplicationController
|
|
before_filter :authorize_web
|
|
|
|
def index
|
|
|
|
end
|
|
end
|