To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / c3 / c30d168dfb7aa56f6240f6d8ea91a7b6261efd83.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (249 Bytes)

1
class OpenIdAuthenticationTablesGenerator < Rails::Generator::NamedBase
2
  def initialize(runtime_args, runtime_options = {})
3
    super
4
  end
5

    
6
  def manifest
7
    record do |m|
8
      m.migration_template 'migration.rb', 'db/migrate'
9
    end
10
  end
11
end