Sha256: adc6c6b2b45d11411ddad8139a86a2c85c70effd7ab1c7cf53f36166def6cdc6

Contents?: true

Size: 131 Bytes

Versions: 4

Compression:

Stored size: 131 Bytes

Contents

module Test
  class Mount1 < Grape::API
    get :test1 do
      'mounted test1' #changed: 'mounted test1 changed'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grape-reload-0.1.0 spec/fixtures/app1/mounts/mount.rb
grape-reload-0.0.4 spec/fixtures/app1/mounts/mount.rb
grape-reload-0.0.3 spec/fixtures/app1/mounts/mount.rb
grape-reload-0.0.2 spec/fixtures/app1/mounts/mount.rb