Class TexteditorController
In: app/controllers/texteditor_controller.rb
Parent: ApplicationController

Methods

change  

Public Instance methods

[Source]

   # File app/controllers/texteditor_controller.rb, line 3
3: def change
4:         @txt=params[:edit]
5:         session[:text] = @txt
6:         redirect_to :action => "index"
7: end

[Validate]