require 'sha1' class ListController < ApplicationController def index @list = [1, "string", :symbol, ['list']] end end