jam-cloud/web/app/controllers/corps_controller.rb

44 lines
311 B
Ruby

class CorpsController < ApplicationController
layout "corporate"
def about
end
def contact
end
def help
end
def media_center
end
def testimonials
end
def news
end
def privacy
end
def terms
end
def cookie_policy
end
def premium_accounts_path
end
end