Method: Vedeu::Toggleable#show

Defined in:
lib/vedeu/models/toggleable.rb

#showBoolean

Set the visible state to true and store the model.

Returns:



30
31
32
33
34
# File 'lib/vedeu/models/toggleable.rb', line 30

def show
  @visible = true

  store
end