Sha256: c68ef08c200f14aee054938532040fddb05b06f12036d30aa2617e1566b2f83c
Contents?: true
Size: 135 Bytes
Versions: 1
Compression:
Stored size: 135 Bytes
Contents
require_dependency "appt/base_controller" module Appt class HomeController < BaseController def index end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appt-0.0.1.beta.2 | app/controllers/appt/home_controller.rb |