6 lines
107 B
Ruby
6 lines
107 B
Ruby
class PagesController < ApplicationController
|
|
before_action :skip_authorization
|
|
def czechers
|
|
end
|
|
end
|