Sha256: 3baa803ec159d51d6f1e9fdfa939edf99a428d43aea1ecdcc71df844d5f6997c

Contents?: true

Size: 228 Bytes

Versions: 9

Compression:

Stored size: 228 Bytes

Contents

module CortexReaver
  class ConfigController < Ramaze::Controller
    map '/config'
    layout '/text_layout'
    template :edit, :form
    engine :Erubis

    helper :error,
      :auth,
      :form,
      :workflow

  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cortex-reaver-0.0.1 lib/cortex_reaver/controller/config.rb
cortex-reaver-0.0.2 lib/cortex_reaver/controller/config.rb
cortex-reaver-0.0.3 lib/cortex_reaver/controller/config.rb
cortex-reaver-0.0.4 lib/cortex_reaver/controller/config.rb
cortex-reaver-0.0.5 lib/cortex_reaver/controller/config.rb
cortex-reaver-0.0.6 lib/cortex_reaver/controller/config.rb
cortex-reaver-0.0.7 lib/cortex_reaver/controller/config.rb
cortex-reaver-0.0.8 lib/cortex_reaver/controller/config.rb
cortex-reaver-0.0.9 lib/cortex_reaver/controller/config.rb