Method: Bongo::ArticlesController#new
- Defined in:
- app/controllers/bongo/articles_controller.rb
#new ⇒ Object
24 25 26 27 |
# File 'app/controllers/bongo/articles_controller.rb', line 24 def new @article = Article.new @article end |
24 25 26 27 |
# File 'app/controllers/bongo/articles_controller.rb', line 24 def new @article = Article.new @article end |