Show More
Commit Description:
live editor using cloud9 ace for problem
Commit Description:
live editor using cloud9 ace for problem
File last commit:
Show/Diff file:
Action:
app/controllers/sources_controller.rb | 7 lines | 184 B | text/x-ruby | RubyLexer |
class SourcesController < ApplicationController
before_filter :authenticate, :except => [:index, :login]
def direct_edit
@problem = Problem.find_by_id(params[:pid])
end
end