Class: Sinatra::Browse::JSON
- Inherits:
-
BrowseFormat
- Object
- BrowseFormat
- Sinatra::Browse::JSON
- Defined in:
- lib/sinatra/browse/format.rb
Instance Method Summary collapse
Methods inherited from BrowseFormat
Constructor Details
This class inherits a constructor from Sinatra::Browse::BrowseFormat
Instance Method Details
#generate ⇒ Object
39 40 41 |
# File 'lib/sinatra/browse/format.rb', line 39 def generate @browse_routes.values.map { |br| br.to_hash }.to_json end |