8 lines
107 B
Ruby
8 lines
107 B
Ruby
class HelpController < ApplicationController
|
|
def wiki_syntax
|
|
end
|
|
|
|
def wiki_syntax_detailed
|
|
end
|
|
end
|