Skip to content

Instantly share code, notes, and snippets.

@kirkconnell
Created December 15, 2011 17:46
Show Gist options
  • Save kirkconnell/1482036 to your computer and use it in GitHub Desktop.
Save kirkconnell/1482036 to your computer and use it in GitHub Desktop.
module ContentUI
module Presenters
class Short < ContentUI::Presenters::Base
def render_body
@template.content_tag :div, :class => "float_left" do
@form.text_field @template.content_field_name(self), "data-max-chars" => self.max_length
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment