Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
acts_as_pasting
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
acts_as_pasting
Commits
776a02c9
Commit
776a02c9
authored
Jun 27, 2020
by
liyijie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pastable
parent
aa8811ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
acts_as_pasting.rb
lib/acts_as_pasting.rb
+1
-1
pastable.rb
lib/acts_as_pasting/pastable.rb
+1
-1
No files found.
lib/acts_as_pasting.rb
View file @
776a02c9
...
@@ -3,7 +3,7 @@ require "acts_as_pasting/version"
...
@@ -3,7 +3,7 @@ require "acts_as_pasting/version"
module
ActsAsPasting
module
ActsAsPasting
require
'acts_as_pasting/errors'
require
'acts_as_pasting/errors'
autoload
:Pasted
,
'acts_as_pasting/pasted'
autoload
:Pasted
,
'acts_as_pasting/pasted'
autoload
:Past
eable
,
'acts_as_pasting/paste
able'
autoload
:Past
able
,
'acts_as_pasting/past
able'
autoload
:Pasting
,
'acts_as_pasting/pasting'
autoload
:Pasting
,
'acts_as_pasting/pasting'
def
self
.
table_name_prefix
def
self
.
table_name_prefix
...
...
lib/acts_as_pasting/past
e
able.rb
→
lib/acts_as_pasting/pastable.rb
View file @
776a02c9
module
ActsAsPasting
module
ActsAsPasting
module
Past
e
able
module
Pastable
extend
ActiveSupport
::
Concern
extend
ActiveSupport
::
Concern
# 带 prefix 的 pasted_with,独立于不带 prefix 的之外
# 带 prefix 的 pasted_with,独立于不带 prefix 的之外
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment