Sha256: 766ad788b3b5962b425fc0628c2d62183263f0f814c9ab4a954a108b0f7c1ceb

Contents?: true

Size: 225 Bytes

Versions: 1

Compression:

Stored size: 225 Bytes

Contents

module Fae
  class ControllerGenerator < Fae::BaseGenerator
    source_root ::File.expand_path('../templates', __FILE__)

    def go
      generate_controller_file
      generate_view_files
      add_route
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fae-rails-3.0.0 lib/generators/fae/controller_generator.rb