Class: Backdrop::Builders::Get

Inherits:
Object
  • Object
show all
Defined in:
lib/backdrop/builders/get.rb

Instance Method Summary collapse

Instance Method Details

#build(app, file) ⇒ Object



4
5
6
7
# File 'lib/backdrop/builders/get.rb', line 4

def build(app, file)
  app.content_type :json
  File.read File.expand_path(file)
end