Class: SimpleChangelog::RepositoriesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SimpleChangelog::RepositoriesController
- Defined in:
- app/controllers/simple_changelog/repositories_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 |
# File 'app/controllers/simple_changelog/repositories_controller.rb', line 5 def show @repo = Repository.new @changelog = @repo.load_history end |