8 lines
99 B
Ruby
8 lines
99 B
Ruby
class ApplicationController < ActionController::Base
|
|
protect_from_forgery
|
|
|
|
def main
|
|
|
|
end
|
|
end
|