Method: IshManager::EmailContextsController#show
- Defined in:
- app/controllers/ish_manager/email_contexts_controller.rb
#show ⇒ Object
110 111 112 113 |
# File 'app/controllers/ish_manager/email_contexts_controller.rb', line 110 def show @ctx = @email_context = ::Ish::EmailContext.find( params[:id] ) :show, @ctx end |