Class: MobileApplication

Inherits:
Application
  • Object
show all
Defined in:
app/models/mobile_application.rb

Instance Method Summary collapse

Instance Method Details

#locate_resources(resource_type) ⇒ Object



2
3
4
5
# File 'app/models/mobile_application.rb', line 2

def locate_resources(resource_type)
  resource_loader = ErpApp::ApplicationResourceLoader::MobileLoader.new(self)
  resource_loader.locate_resources(resource_type)
end