Class: Ishapi::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Ishapi::ApplicationController
- Defined in:
- app/controllers/ishapi/application_controller.rb
Direct Known Subclasses
ApiController, ArticlesController, CitiesController, GalleriesController, ReportsController, SitesController
Instance Method Summary collapse
Instance Method Details
#puts!(a, b = '') ⇒ Object
6 7 8 9 |
# File 'app/controllers/ishapi/application_controller.rb', line 6 def puts! a, b='' puts "+++ +++ #{b}" puts a.inspect end |