adding rugged, starting changes controller
This commit is contained in:
11
app/controllers/merged/changes_controller.rb
Normal file
11
app/controllers/merged/changes_controller.rb
Normal file
@ -0,0 +1,11 @@
|
||||
require "rugged"
|
||||
|
||||
module Merged
|
||||
class ChangesController < MergedController
|
||||
|
||||
def index
|
||||
@git = Rugged::Repository.new(Rails.root)
|
||||
end
|
||||
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user