opengovernment/askthem

View on GitHub
app/controllers/meetings_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class MeetingsController < ApplicationController
  before_filter :force_http

  def show

  end
end