Flowdock
method

render

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: File
render(content) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/fixtures/file.rb, line 50
      def render(content)
        ERB.new(content).result
      end
Register or log in to add new notes.