Class: LegalController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/legal_controller.rb

Overview

Legal information

Instance Method Summary collapse

Instance Method Details

#privacyObject

get /privacy



11
12
13
# File 'app/controllers/legal_controller.rb', line 11

def privacy
  @dynamic_page = DynamicPage['privacy']
end

#tosObject

get /tos



6
7
8
# File 'app/controllers/legal_controller.rb', line 6

def tos
  @dynamic_page = DynamicPage['tos']
end