support-foo/web

View on GitHub
app/controllers/pages_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PagesController < ApplicationController
  def home
  end

  def embed
    redirect_to ActionController::Base.helpers.javascript_path('embed.js')
  end

  def terms
  end
end