I've found this issue where if you have a file called bootstrap.js.coffee in your assets/javascript, which I do because I've used the twitter-bootstrap-rails gem. Then the Admin setting will not display.
Create the following file:
/app/assets/javascripts/bootstrap.js.coffee
Goto page /storytime
click on setting icon
Expected: The dropdown should display
Actual: Refreshes the page
I've found this issue where if you have a file called bootstrap.js.coffee in your assets/javascript, which I do because I've used the twitter-bootstrap-rails gem. Then the Admin setting will not display.
Expected: The dropdown should display Actual: Refreshes the page