Class: SimpleChangelog::RepositoriesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/simple_changelog/repositories_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
# File 'app/controllers/simple_changelog/repositories_controller.rb', line 5

def show
  @repo = Repository.new
  @changelog = @repo.load_history
end