Skip to content

Instantly share code, notes, and snippets.

@stevenshelby
Last active December 28, 2015 11:08
Show Gist options
  • Select an option

  • Save stevenshelby/7490761 to your computer and use it in GitHub Desktop.

Select an option

Save stevenshelby/7490761 to your computer and use it in GitHub Desktop.
finally, we can insert the static html into our views.
class MyController < ApplicationController
before_filter :get_small_list
def index
#can now access the @small_list in the index
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment