Method: Release.find
- Defined in:
- lib/cluster/release.rb
.find(env, tag) ⇒ Object
26 27 28 |
# File 'lib/cluster/release.rb', line 26 def find(env, tag) Infrastructure.current.release_class.find(environment, tag) end |
26 27 28 |
# File 'lib/cluster/release.rb', line 26 def find(env, tag) Infrastructure.current.release_class.find(environment, tag) end |