Skip to content

Commit

Permalink
Fix inline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Oct 25, 2020
1 parent e65ba7c commit 7d1035a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mobility/backend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Mobility
({#attribute})
- a constructor setting these two elements (+model+, +attribute+)
- a +setup+ method adding any configuration code to the model class
({Setup#setup})
({ClassMethods#setup})
On top of this, a backend will normally:
Expand Down
4 changes: 2 additions & 2 deletions lib/mobility/backends/key_value.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def configure(options)
end

# Apply custom processing for plugin
# @param (see Backend::Setup#apply_plugin)
# @return (see Backend::Setup#apply_plugin)
# @param (see Backend::ClassMethods#apply_plugin)
# @return (see Backend::ClassMethods#apply_plugin)
def apply_plugin(name)
if name == :cache
include self::Cache
Expand Down

0 comments on commit 7d1035a

Please sign in to comment.