Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eiel/actiontemplate

AbstractController で遊んでみた。
https://github.com/eiel/actiontemplate

Last synced: about 1 month ago
JSON representation

AbstractController で遊んでみた。

Awesome Lists containing this project

README

        

# これは何?

AbstractController で遊んでみただけです。

`rails c` 実行後に

```
template = HogeTemplate.new
template.process(:goro)
template.render
```

と入力すると文字列が出力されます。

[解説はこっちにかいた](http://blog.eiel.info/blog/2013/09/04/extend-abstract-controller/)