Sha256: eb4742497030275f474be7f9664eee267142caac939084847c781588f9fc926b

Contents?: true

Size: 225 Bytes

Versions: 3

Compression:

Stored size: 225 Bytes

Contents

require 'nitro/controller'

# A simple controller, only handles templates.
# Useful to implement php/asp/jsp style applications.
# Dispatcher uses this as the default Controller.

class SimpleController < N::Controller; 
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nitro-0.15.0 lib/nitro/simple.rb
nitro-0.13.0 lib/nitro/simple.rb
nitro-0.14.0 lib/nitro/simple.rb