Method: Scimitar::Engine.custom_resources

Defined in:
lib/scimitar/engine.rb

.custom_resourcesObject

Returns the list of custom resources, if any.



34
35
36
# File 'lib/scimitar/engine.rb', line 34

def self.custom_resources
  @custom_resources ||= []
end