mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-28 23:14:04 -04:00
12 lines
No EOL
250 B
Ruby
12 lines
No EOL
250 B
Ruby
class TosController < ApplicationController
|
|
|
|
skip_before_filter :check_xhr
|
|
|
|
def index
|
|
@company_shortname = 'CDCK'
|
|
@company_fullname = 'Civilized Discourse Construction Kit, Inc.'
|
|
@company_domain = 'discourse.org'
|
|
render
|
|
end
|
|
|
|
end |