File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Name:: Automatic::Plugin::Store::FullText
44# Author:: 774 <http://id774.net>
55# Created:: Feb 26, 2012
6- # Updated:: Feb 29 , 2012
6+ # Updated:: Jun 14 , 2012
77# Copyright:: 774 Copyright (c) 2012
88# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
9- require 'plugins/store/store_database '
9+ require 'plugins/store/database '
1010
1111module Automatic ::Plugin
1212 class Blog < ActiveRecord ::Base
1313 end
1414
1515 class StoreFullText
16- include Automatic ::Plugin ::StoreDatabase
16+ include Automatic ::Plugin ::Database
1717
1818 def initialize ( config , pipeline = [ ] )
1919 @config = config
Original file line number Diff line number Diff line change 33# Name:: Automatic::Plugin::Store::Link
44# Author:: 774 <http://id774.net>
55# Created:: May 24, 2012
6- # Updated:: May 24 , 2012
6+ # Updated:: Jun 14 , 2012
77# Copyright:: 774 Copyright (c) 2012
88# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
99
10- require 'plugins/store/store_database '
10+ require 'plugins/store/database '
1111
1212module Automatic ::Plugin
1313 class Link < ActiveRecord ::Base
1414 end
1515
1616 class StoreLink
17- include Automatic ::Plugin ::StoreDatabase
17+ include Automatic ::Plugin ::Database
1818
1919 def initialize ( config , pipeline = [ ] )
2020 @config = config
Original file line number Diff line number Diff line change 33# Name:: Automatic::Plugin::Store::Permalink
44# Author:: 774 <http://id774.net>
55# Created:: Feb 22, 2012
6- # Updated:: Feb 29 , 2012
6+ # Updated:: Jun 14 , 2012
77# Copyright:: 774 Copyright (c) 2012
88# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
9- require 'plugins/store/store_database '
9+ require 'plugins/store/database '
1010
1111module Automatic ::Plugin
1212 class Permalink < ActiveRecord ::Base
1313 end
1414
1515 class StorePermalink
16- include Automatic ::Plugin ::StoreDatabase
16+ include Automatic ::Plugin ::Database
1717
1818 def initialize ( config , pipeline = [ ] )
1919 @config = config
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments