Module: RailsAssist::Artifact::Controller
- Extended by:
- Controller
- Included in:
- Controller
- Defined in:
- lib/rails_artifactor/artifact/markers.rb
Instance Method Summary collapse
Instance Method Details
#controller_marker(name, options = nil) ⇒ Object
11 12 13 |
# File 'lib/rails_artifactor/artifact/markers.rb', line 11 def controller_marker name, =nil "#{name.to_s.camelize}Controller < ActionController::Base" end |