Module: Lit::SourcesHelper

Defined in:
app/helpers/lit/sources_helper.rb

Instance Method Summary collapse

Instance Method Details

#source_loading_class(source) ⇒ Object



3
4
5
# File 'app/helpers/lit/sources_helper.rb', line 3

def source_loading_class(source)
  source.sync_complete ? 'loaded' : 'loading'
end