Skip to content

Instantly share code, notes, and snippets.

@darrinholst
Created January 18, 2012 16:15
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 darrinholst/1633798 to your computer and use it in GitHub Desktop.
Save darrinholst/1633798 to your computer and use it in GitHub Desktop.
module SomeHelper
def text_field(object_name, method, options = {})
options[:readonly] = @readonly
super(object_name, method, options)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment