Initial import of templated_attribute plugin
- ~
- rails_plugins
- templated_attribute
- test
- templated_attribute_test.rb
| templated_attribute_test.rb |
|---|
require 'test/unit'
class TemplatedAttributeTest < Test::Unit::TestCase
# Replace this with your real tests.
def test_this_plugin
flunk
end
end
