Sha256: c5f1eb146cfebb115798383fc72875a239396c83e1eec932e46ee55a72698612

Contents?: true

Size: 309 Bytes

Versions: 7

Compression:

Stored size: 309 Bytes

Contents

require 'nitro/helper/debug'

module Nitro

# This helper is included by default in all Controllers.
# This is the place to add general purpose utility methods to
# be shared accross all Controllers.

module DefaultHelper
  include DebugHelper
  # This is an open module, extend in your application.
end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nitro-0.25.0 lib/nitro/helper/default.rb
nitro-0.26.0 lib/nitro/helper/default.rb
nitro-0.27.0 lib/nitro/helper/default.rb
nitro-0.28.0 lib/nitro/helper/default.rb
nitro-0.29.0 lib/nitro/helper/default.rb
nitro-0.30.0 lib/nitro/helper/default.rb
nitro-0.31.0 lib/nitro/helper/default.rb