Class: Backdrop::Builders::Put
- Inherits:
-
Object
- Object
- Backdrop::Builders::Put
- Defined in:
- lib/backdrop/builders/put.rb
Instance Method Summary collapse
Instance Method Details
#build(app, file) ⇒ Object
4 5 6 7 8 |
# File 'lib/backdrop/builders/put.rb', line 4 def build(app, file) app.content_type :json code = File.read File.(file) app.status code.to_i end |