Sha256: 031bdd965aa905f45edf2b00eae5254c8bac4744072ca729fd1af31904b52881

Contents?: true

Size: 121 Bytes

Versions: 1

Compression:

Stored size: 121 Bytes

Contents

module Happy
  class Static < Happy::Controller
    def route
      run Rack::File.new(options[:path])
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
happy-0.1.0.pre.1 lib/happy/static.rb