Module: Sinatra::Backstage::StoredFile
- Includes:
- Helper
- Defined in:
- lib/sinatra/backstage/stored_file/stored_file_model.rb,
lib/sinatra/backstage/stored_file/stored_file_helper.rb,
lib/sinatra/backstage/stored_file/stored_file_routes.rb
Defined Under Namespace
Modules: Helper, Routing
Classes: StoredFile
Class Method Summary
collapse
Methods included from Helper
#get_attachment_attrs
Class Method Details
.included(app) ⇒ Object
68
69
70
|
# File 'lib/sinatra/backstage/stored_file/stored_file_routes.rb', line 68
def self.included(app)
app.include Routing
end
|
.registered(app) ⇒ Object
72
73
74
|
# File 'lib/sinatra/backstage/stored_file/stored_file_routes.rb', line 72
def self.registered(app)
app.register Routing
end
|