Sha256: 6591ef554add8fc83c146f4b700635caecebd9d61f32c08b1bd0096d350c23ef

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

$:.unshift File.expand_path('../lib/', File.dirname(__FILE__))
require 'florida'

class MyApplication < Florida::Application
  get '/' do
    'Hello Florida!!'
  end
end

MyApplication.run

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
florida-0.0.1 test/application_test.rb