Method: Embed::Component#actions

Defined in:
app/components/lookbook/embed/component.rb

#actionsObject



23
24
25
# File 'app/components/lookbook/embed/component.rb', line 23

def actions
  options.fetch(:actions, ACTIONS).map(&:to_s)
end