37 lines
356 B
Ruby
37 lines
356 B
Ruby
class PagesController < ApplicationController
|
|
skip_authorization_check
|
|
|
|
def census_terms
|
|
end
|
|
|
|
def conditions
|
|
end
|
|
|
|
def cooming_soon
|
|
end
|
|
|
|
def general_terms
|
|
end
|
|
|
|
def how_it_works
|
|
end
|
|
|
|
def how_to_use
|
|
end
|
|
|
|
def more_information
|
|
end
|
|
|
|
def opendata
|
|
end
|
|
|
|
def participation
|
|
end
|
|
|
|
def privacy
|
|
end
|
|
|
|
def transparency
|
|
end
|
|
end
|