hummingbird-me/hummingbird

View on GitHub
app/controllers/lists_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ListsController < ApplicationController
  def index
  end

  def new
  end

  def show
  end
end