Module: GithubReleases::ApplicationHelper
- Defined in:
- app/helpers/github_releases/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#current_version ⇒ Object
3 4 5 |
# File 'app/helpers/github_releases/application_helper.rb', line 3 def current_version GithubReleases.release('latest')['tag_name'] end |