Class: Focuslight::Web

Inherits:
Sinatra::Base
  • Object
show all
Includes:
Logger
Defined in:
lib/focuslight/web.rb

Defined Under Namespace

Modules: Stash

Class Method Summary collapse

Methods included from Logger

included, #logger, #logger=

Class Method Details

.rule(*args) ⇒ Object

TODO: both of static method and helper method



25
26
27
# File 'lib/focuslight/web.rb', line 25

def self.rule(*args)
  Focuslight::Validator.rule(*args)
end