module Volt::Models::Helpers::ArrayModel

Public Instance Methods

loaded?() click to toggle source
# File lib/volt/models/helpers/array_model.rb, line 9
def loaded?
  loaded_state == :loaded
end
loaded_state() click to toggle source
# File lib/volt/models/helpers/array_model.rb, line 5
def loaded_state
  state_for(:loaded_state)
end