class Trinidad::Extensions::WebAppExtension

Attributes

tomcat[RW]

Public Instance Methods

configure(context) click to toggle source
# File lib/trinidad/extensions.rb, line 93
def configure(context)
  raise NotImplementedError, "#{self.class.name}#configure(context) not implemented"
end