Skip to content

Instantly share code, notes, and snippets.

@sqfmason
Created October 4, 2015 20:03
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 sqfmason/fe9316896da4c4850811 to your computer and use it in GitHub Desktop.
Save sqfmason/fe9316896da4c4850811 to your computer and use it in GitHub Desktop.
def circle
@pi = 3.1416
@r = params[:radius]
@area = @pi*@radius**2
end
Error NoMethodError in AreasController#circle
undefined method `**' for nil:NilClass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment