Method: ActionController::CodeGeneration::GenerationGenerator#go
- Defined in:
- lib/action_controller/code_generation.rb
#go ⇒ Object
206 207 208 209 210 |
# File 'lib/action_controller/code_generation.rb', line 206 def go if current then current.write_generation(self) else self.finish end end |