Sha256: 948b7307416d3df2f45ea0a7d606c8340f9c17a8ad379491653db3b4d25bc84a
Contents?: true
Size: 259 Bytes
Versions: 7
Compression:
Stored size: 259 Bytes
Contents
require_relative 'base_generator' 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
7 entries across 7 versions & 2 rubygems