kwbock/clipster

View on GitHub
app/controllers/clipster/about_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
require_dependency "clipster/application_controller"

module Clipster
  class AboutController < ApplicationController
    def index
    end
  end
end