Skip to content

Instantly share code, notes, and snippets.

@idoushiki
Created August 11, 2017 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idoushiki/2c1f40bb4bfd0c58e858dd26bb9d1983 to your computer and use it in GitHub Desktop.
Save idoushiki/2c1f40bb4bfd0c58e858dd26bb9d1983 to your computer and use it in GitHub Desktop.
class SampleController < ApplicationController
def index
end
def index
@user = Hash.new
@user[:name] = 'obaka'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment