Method: Frontline::Helpers#applications
- Defined in:
- lib/frontline/helpers.rb
#applications ⇒ Object
return the list of managed applications.
20 21 22 |
# File 'lib/frontline/helpers.rb', line 20 def applications (a = ['Applications']) ? JSON.load(a) : [] end |