Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save weslleyanjos/1c3f965ff964e6e823c7d1689581e12b to your computer and use it in GitHub Desktop.
Save weslleyanjos/1c3f965ff964e6e823c7d1689581e12b to your computer and use it in GitHub Desktop.

Ativar e desabilitar aba de perguntas

s = Store.find(655)
pref = s.widget_preference
pref.with_questions = false
pref.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment